﻿.headding
{
	width:100%;
	height:130px;
	overflow:hidden;
}
.header {
	height: 130px;
	width:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:10;
	background:white;
	box-shadow: 8px 0px 15px #999;
}
.header .top {
	height: 36px;
	background-color: #eee;
}
.header .top span {
	line-height: 36px;
	color: #696969;
	font-size: 14px
}
.header .top span.cn {
	background: url(../images/cn.jpg) left no-repeat;
	padding-left: 20px;
}
.header .top span.en {
	background: url(../images/en.jpg) left no-repeat;
	padding-left: 20px;
}
.header .top span.en a, .header .top span.cn a {
	color: #696969
}
.header .top span:hover a
{
	color:#d91d14;
}
.header .logo {
	width: 261px;
	float: left;
	padding-top: 10px;
}
.header .nav {
	padding-top: 20px;
	height: 50px;
	width: 1300px;
}
.header .nav li {
	float: left;
	font-size: 16px;
	padding-right: 61px;
}
.header .nav li a {
	display: block;
	color: #333;
}
.header .nav li a:hover {
	color: #d91d14;
}
.header .nav li.hover a {
	color: #d91d14;
}
.header .suosou {
	overflow: hidden;
}
.header .suosou .search-box {
	width: 320px;
	height: 26px;
	border-radius: 3px;
	border: #e5e5e5 solid 1px;
	margin-top: 0px;
	float: left;
	overflow:hidden;
}
.header .suosou .search-box input {
	padding-left: 10px;
	font-size: 12px;
	border: none;
	width: 293px;
}
.header .suosou .search-box input.button {
	background: url(../images/sousuo.jpg) no-repeat left center;
	width: 20px;
	height: 18px;
	color:white;
	overflow:hidden;
	box-sizing: border-box;
	padding-left:15px;
	margin-top:5px;
}
.header .suosou span {
	padding-left: 20px;
	margin-top: 5px;
	display: block;
	overflow: hidden;
	color: #9d9d9d;
	font-size:14px;
	line-height:14px;	
}
.header .suosou span a {
	font-size: 13px;
	color: #9d9d9d;
	padding: 0 10px;
}
.header .suosou span a:hover
{
	color:#d91d14;
}